home *** CD-ROM | disk | FTP | other *** search
/ ASME's Mechanical Engine…ing Toolkit 1997 December / ASME's Mechanical Engineering Toolkit 1997 December.iso / c_lang / z150_src.lzh / README.1ST < prev    next >
Encoding:
Text File  |  1987-07-13  |  2.9 KB  |  76 lines

  1.  
  2.                             READ ME FIRST
  3.  
  4. Here is version 1.51 of the zoo archiver in C source form.  
  5.  
  6. The zoo archiver provides most of the functionality of the utilities
  7. "tar" and "cpio" with some restrictions (file protections and
  8. multiple links are not currently preserved and archives cannot be
  9. read from standard input or sent to standard ouput); in addition, it
  10. supports storage of files in compressed form.  Long filenames of up
  11. to 255 characters can be handled.
  12.  
  13. All implementations create compatible archives.  Thus it is possible
  14. to move files, and file hierarchies, between dissimilar systems.
  15.  
  16. This package includes files as listed below.
  17.  
  18. The following are general information files:
  19.  
  20. Bugs            Known bugs in zoo 1.51
  21. Changes         Changes from version 1.41 to version 1.51
  22. Copyright       Copyright policy
  23. Install         Installation sugestions
  24. Readme.1st      You're reading this
  25. zoo.1           User manual for formatting with tbl and nroff/troff
  26. zoo.man         Formatted user manual
  27.  
  28. The following makefile and make scripts are used for building zoo:
  29.  
  30. makefile      mkgenric       mksysvsh        mkx68
  31. mkbsd         mksysv         mkuport         mkx86
  32.  
  33. The following are the source files in C:
  34.  
  35. addbfcrc.c    lzc.c          options.c       zoo.h
  36. addfname.c    lzconst.h      options.h       zooadd.c
  37. assert.h      lzd.c          parse.c         zooadd2.c
  38. basename.c    machine.c      parse.h         zoodel.c
  39. bsd.c         machine.h      portable.c      zooext.c
  40. comment.c     makelist.c     portable.h      zoofns.h
  41. crcdefs.c     misc.c         prterror.c      zoolist.c
  42. debug.h       misc2.c        sysv.c          zoomem.h
  43. errors.i      mstime.i       various.h       zoopack.c
  44. fiz.c         needed.c       version.c
  45. generic.c     nextfile.c     version.h
  46. getfile.c     nixtime.i      zoo.c
  47.  
  48. Other programs of interest, not part of this package, are:
  49.  
  50.    - [AmigaDOS] zoo 1.42b is the current latest version for AmigaDOS,
  51.      ported by J. Brian Waters
  52.  
  53.    - [MS-DOS] zoo 1.50 is distributed as an executable file and
  54.      documentation.
  55.  
  56.    - [MS-DOS] Sez 2.20 is the current version of Sez, the self-
  57.      extracting zoo utility, which can convert any zoo archive into
  58.      an executable file that will extract itself when executed
  59.  
  60.    - [MS-DOS] Atoz 1.11 is a program that will help do automated
  61.      conversion of archives, libraries, and squeezed files from any
  62.      other format into zoo format
  63.  
  64.    - [MS-DOS] Looz 2.00 is a program that will list, extract,
  65.      and test zoo archives, and also extract archived programs
  66.      directly into memory for immediate execution.
  67.  
  68.    - [VAX/VMS] Vooz 1.00 permits zoo archives to be extracted under
  69.      VAX/VMS
  70.  
  71.    - [Generic] Booz 1.01 is a small, fast zoo extractor that needs
  72.      a C compiler with much less functionality that needed by the
  73.      full zoo code
  74.  
  75.                                       -- Rahul Dhesi 1987/07/12
  76.